home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / rawstat / RCS / rawstat.man,v < prev    next >
Encoding:
Text File  |  1990-11-28  |  3.4 KB  |  159 lines

  1. head     1.5;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.5
  10. date     90.11.28.15.06.17;  author mgbaker;  state Exp;
  11. branches ;
  12. next     1.4;
  13.  
  14. 1.4
  15. date     89.10.11.10.58.39;  author douglis;  state Exp;
  16. branches ;
  17. next     1.3;
  18.  
  19. 1.3
  20. date     89.10.11.07.54.00;  author brent;  state Exp;
  21. branches ;
  22. next     1.2;
  23.  
  24. 1.2
  25. date     89.06.23.16.17.20;  author brent;  state Exp;
  26. branches ;
  27. next     1.1;
  28.  
  29. 1.1
  30. date     89.06.23.15.49.25;  author brent;  state Exp;
  31. branches ;
  32. next     ;
  33.  
  34.  
  35. desc
  36. @Man page for rawstat
  37. @
  38.  
  39.  
  40. 1.5
  41. log
  42. @Fixed a typo.
  43. @
  44. text
  45. @'\" Copyright 1989 Regents of the University of California
  46. '\" Permission to use, copy, modify, and distribute this
  47. '\" documentation for any purpose and without fee is hereby
  48. '\" granted, provided that this notice appears in all copies.
  49. '\" The University of California makes no representations about
  50. '\" the suitability of this material for any purpose.  It is
  51. '\" provided "as is" without express or implied warranty.
  52. '\" 
  53. '\" $Header: /sprite/src/cmds/rawstat/RCS/rawstat.man,v 1.4 89/10/11 10:58:39 douglis Exp Locker: mgbaker $ SPRITE (Berkeley)
  54. '/" 
  55. .so \*(]ltmac.sprite
  56. .HS RAWSTAT cmds
  57. .BS
  58. '\" Note:  do not modify the .SH NAME line immediately below!
  59. .SH NAME
  60. rawstat \- Print kernel statistics in a raw format: <field value>
  61. .SH SYNOPSIS
  62. \fBrawstat\fR [\fIoptions\fR]
  63. .SH OPTIONS
  64. .IP "\fB\-all\fR" 10
  65. Dump all the following stats.
  66. .IP "\fB\-fs\fR" 10
  67. Dump FS stats defined in <kernel/fsStat.h>.
  68. .IP "\fB\-proc\fR" 10
  69. Dump migration stats defined in <kernel/procMigrate.h>.
  70. .IP "\fB\-recov\fR" 10
  71. Dump recovery stats defined in <kernel/recov.h>.
  72. .IP "\fB\-rpc\fR" 10
  73. Dump RPC stats defined in <rpc.h>.
  74. .IP "\fB\-vm\fR" 10
  75. Dump VM stats defined in <vmStat.h>.
  76. .IP "\fB\-zero\fR" 10
  77. Print out zero valued fields, too.
  78. .IP "\fB\-noidle\fR" 10
  79. Don't dump idle ticks.
  80. .BE
  81.  
  82. .SH DESCRIPTION
  83. .PP
  84. This program prints out kernel statistics in a raw, uninterpreted format.
  85. This allows all the counters kept by the kernel to be dumped and
  86. processed later.  The program first prints a line containing
  87. the host's name and the current time.
  88. Then, if \fB-noidle\fP is not specified,
  89. the kernel's Sched_Instruments information is printed.
  90. This includes the idle time of the host (see <kernel/sched.h>).
  91. Then other statistics are printed depending on the options.
  92. See the indicated header files for further documentation.
  93. If \fB-zero\fP is specified then all fields, even those with
  94. a zero valued counter, are printed.
  95. .PP
  96. This program is semi-automatically generated with the help
  97. of the printFields awk script that is kept in the source directory.
  98.  
  99. .SH KEYWORDS
  100. statistics
  101.  
  102. @
  103.  
  104.  
  105. 1.4
  106. log
  107. @added proc
  108. @
  109. text
  110. @d9 1
  111. a9 1
  112. '\" $Header: /a/newcmds/rawstat/RCS/rawstat.man,v 1.3 89/10/11 07:54:00 brent Exp Locker: douglis $ SPRITE (Berkeley)
  113. d25 1
  114. a25 1
  115. Dump Recovery stats defined in <kernel/procMigrate.h>.
  116. d27 1
  117. a27 1
  118. Dump Recovery stats defined in <kernel/recov.h>.
  119. @
  120.  
  121.  
  122. 1.3
  123. log
  124. @Added -recov option
  125. @
  126. text
  127. @d9 1
  128. a9 1
  129. '\" $Header: /a/newcmds/rawstat/RCS/rawstat.man,v 1.2 89/06/23 16:17:20 brent Exp Locker: brent $ SPRITE (Berkeley)
  130. d24 2
  131. d52 1
  132. a52 1
  133. This program is semi-automatically gererated with the help
  134. @
  135.  
  136.  
  137. 1.2
  138. log
  139. @Added -all option
  140. @
  141. text
  142. @d9 1
  143. a9 1
  144. '\" $Header: /a/newcmds/rawstat/RCS/rawstat.man,v 1.1 89/06/23 15:49:25 brent Exp Locker: brent $ SPRITE (Berkeley)
  145. d24 2
  146. @
  147.  
  148.  
  149. 1.1
  150. log
  151. @Initial revision
  152. @
  153. text
  154. @d9 1
  155. a9 1
  156. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.1 89/02/23 13:08:24 ouster Exp $ SPRITE (Berkeley)
  157. d20 2
  158. @
  159.